projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
953b5b4
)
Fix compilation with CHECK_STRUCTS
author
Andreas Schwab
<schwab@linux-m68k.org>
Wed, 1 Apr 2020 15:26:14 +0000
(17:26 +0200)
committer
Andreas Schwab
<schwab@linux-m68k.org>
Wed, 1 Apr 2020 15:27:11 +0000
(17:27 +0200)
* src/pdumper.c (dump_buffer): Update hash of struct buffer.
src/pdumper.c
patch
|
blob
|
history
diff --git
a/src/pdumper.c
b/src/pdumper.c
index b5861950c9260284bd273ff71c104c49d8aaff8f..63424c5734ad21559805686e09dfa6dd30c57a61 100644
(file)
--- a/
src/pdumper.c
+++ b/
src/pdumper.c
@@
-2769,7
+2769,7
@@
dump_hash_table (struct dump_context *ctx,
static dump_off
dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer)
{
-#if CHECK_STRUCTS && !defined HASH_buffer_
375A10F5E5
+#if CHECK_STRUCTS && !defined HASH_buffer_
5DC36DBD42
# error "buffer changed. See CHECK_STRUCTS comment in config.h."
#endif
struct buffer munged_buffer = *in_buffer;